LibraryLoader

abstract class LibraryLoader

Loads the mapbox-gl shared library

By default uses System.loadLibrary use setLibraryLoader to provide an alternative library loading hook.

Functions

Link copied to clipboard
open fun load()
Loads "libmapbox-gl.so" native shared library.
abstract fun load(name: String)
Link copied to clipboard
open fun setLibraryLoader(libraryLoader: LibraryLoader)
Set the library loader that loads the shared library.